home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / server / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-12  |  5.6 KB  |  215 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define to empty if the keyword does not work.  */
  12. /* #undef const */
  13.  
  14. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  15. /* #undef DGUX */
  16.  
  17. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  18. /* #undef GETLOADAVG_PRIVILEGED */
  19.  
  20. /* Define to `int' if <sys/types.h> doesn't define.  */
  21. /* #undef gid_t */
  22.  
  23. /* Define if you don't have vprintf but do have _doprnt.  */
  24. /* #undef HAVE_DOPRNT */
  25.  
  26. /* Define if your system has its own `getloadavg' function.  */
  27. /* #undef HAVE_GETLOADAVG */
  28.  
  29. /* Define if you have a working `mmap' system call.  */
  30. #define HAVE_MMAP 1
  31.  
  32. /* Define if system calls automatically restart after interruption
  33.    by a signal.  */
  34. /* #undef HAVE_RESTARTABLE_SYSCALLS */
  35.  
  36. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  37. #define HAVE_SYS_WAIT_H 1
  38.  
  39. /* Define if your struct tm has tm_zone.  */
  40. /* #undef HAVE_TM_ZONE */
  41.  
  42. /* Define if you don't have tm_zone but do have the external array
  43.    tzname.  */
  44. #define HAVE_TZNAME 1
  45.  
  46. /* Define if you have the vprintf function.  */
  47. #define HAVE_VPRINTF 1
  48.  
  49. /* Define if on MINIX.  */
  50. /* #undef _MINIX */
  51.  
  52. /* Define if your struct nlist has an n_un member.  */
  53. /* #undef NLIST_NAME_UNION */
  54.  
  55. /* Define if you have <nlist.h>.  */
  56. #define NLIST_STRUCT 1
  57.  
  58. /* Define to `int' if <sys/types.h> doesn't define.  */
  59. /* #undef pid_t */
  60.  
  61. /* Define if the system does not provide POSIX.1 features except
  62.    with this defined.  */
  63. /* #undef _POSIX_1_SOURCE */
  64.  
  65. /* Define if you need to in order for stat and other things to work.  */
  66. /* #undef _POSIX_SOURCE */
  67.  
  68. /* Define as the return type of signal handlers (int or void).  */
  69. #define RETSIGTYPE void
  70.  
  71. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  72. /* #undef size_t */
  73.  
  74. /* Define if you have the ANSI C header files.  */
  75. #define STDC_HEADERS 1
  76.  
  77. /* Define on System V Release 4.  */
  78. #define SVR4 1
  79.  
  80. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  81. #define TIME_WITH_SYS_TIME 1
  82.  
  83. /* Define if your <sys/time.h> declares struct tm.  */
  84. /* #undef TM_IN_SYS_TIME */
  85.  
  86. /* Define to `int' if <sys/types.h> doesn't define.  */
  87. /* #undef uid_t */
  88.  
  89. /* Define for Encore UMAX.  */
  90. /* #undef UMAX */
  91.  
  92. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  93.    instead of <sys/cpustats.h>.  */
  94. /* #undef UMAX4_3 */
  95.  
  96. /* Define if you have the getcwd function.  */
  97. #define HAVE_GETCWD 1
  98.  
  99. /* Define if you have the gethostname function.  */
  100. #define HAVE_GETHOSTNAME 1
  101.  
  102. /* Define if you have the getloadavg function.  */
  103. /* #undef HAVE_GETLOADAVG */
  104.  
  105. /* Define if you have the getpagesize function.  */
  106. #define HAVE_GETPAGESIZE 1
  107.  
  108. /* Define if you have the memcpy function.  */
  109. #define HAVE_MEMCPY 1
  110.  
  111. /* Define if you have the mkdir function.  */
  112. #define HAVE_MKDIR 1
  113.  
  114. /* Define if you have the select function.  */
  115. #define HAVE_SELECT 1
  116.  
  117. /* Define if you have the setreuid function.  */
  118. #define HAVE_SETREUID 1
  119.  
  120. /* Define if you have the shmat function.  */
  121. #define HAVE_SHMAT 1
  122.  
  123. /* Define if you have the shmctl function.  */
  124. #define HAVE_SHMCTL 1
  125.  
  126. /* Define if you have the shmdt function.  */
  127. #define HAVE_SHMDT 1
  128.  
  129. /* Define if you have the shmget function.  */
  130. #define HAVE_SHMGET 1
  131.  
  132. /* Define if you have the socket function.  */
  133. #define HAVE_SOCKET 1
  134.  
  135. /* Define if you have the strerror function.  */
  136. #define HAVE_STRERROR 1
  137.  
  138. /* Define if you have the strstr function.  */
  139. #define HAVE_STRSTR 1
  140.  
  141. /* Define if you have the <asm/page.h> header file.  */
  142. #define HAVE_ASM_PAGE_H 1
  143.  
  144. /* Define if you have the <compat.h> header file.  */
  145. #define HAVE_COMPAT_H 1
  146.  
  147. /* Define if you have the <db.h> header file.  */
  148. #define HAVE_DB_H 1
  149.  
  150. /* Define if you have the <fcntl.h> header file.  */
  151. #define HAVE_FCNTL_H 1
  152.  
  153. /* Define if you have the <features.h> header file.  */
  154. #define HAVE_FEATURES_H 1
  155.  
  156. /* Define if you have the <getopt.h> header file.  */
  157. #define HAVE_GETOPT_H 1
  158.  
  159. /* Define if you have the <kvm.h> header file.  */
  160. /* #undef HAVE_KVM_H */
  161.  
  162. /* Define if you have the <limits.h> header file.  */
  163. #define HAVE_LIMITS_H 1
  164.  
  165. /* Define if you have the <mach/mach.h> header file.  */
  166. /* #undef HAVE_MACH_MACH_H */
  167.  
  168. /* Define if you have the <malloc.h> header file.  */
  169. #define HAVE_MALLOC_H 1
  170.  
  171. /* Define if you have the <memory.h> header file.  */
  172. #define HAVE_MEMORY_H 1
  173.  
  174. /* Define if you have the <paths.h> header file.  */
  175. #define HAVE_PATHS_H 1
  176.  
  177. /* Define if you have the <posix_opt.h> header file.  */
  178. #define HAVE_POSIX_OPT_H 1
  179.  
  180. /* Define if you have the <sys/select.h> header file.  */
  181. /* #undef HAVE_SYS_SELECT_H */
  182.  
  183. /* Define if you have the <sys/shm.h> header file.  */
  184. #define HAVE_SYS_SHM_H 1
  185.  
  186. /* Define if you have the <sys/time.h> header file.  */
  187. #define HAVE_SYS_TIME_H 1
  188.  
  189. /* Define if you have the <sys/times.h> header file.  */
  190. #define HAVE_SYS_TIMES_H 1
  191.  
  192. /* Define if you have the <syslog.h> header file.  */
  193. #define HAVE_SYSLOG_H 1
  194.  
  195. /* Define if you have the <unistd.h> header file.  */
  196. #define HAVE_UNISTD_H 1
  197.  
  198. /* Define if you have the <utime.h> header file.  */
  199. #define HAVE_UTIME_H 1
  200.  
  201. /* Define if you have the crypto library (-lcrypto).  */
  202. #define HAVE_LIBCRYPTO 1
  203.  
  204. /* Define if you have the dgc library (-ldgc).  */
  205. /* #undef HAVE_LIBDGC */
  206.  
  207. /* Define if you have the nsl library (-lnsl).  */
  208. /* #undef HAVE_LIBNSL */
  209.  
  210. /* Define if you have the socket library (-lsocket).  */
  211. /* #undef HAVE_LIBSOCKET */
  212.  
  213. /* Define if you have the ssl library (-lssl).  */
  214. #define HAVE_LIBSSL 1
  215.